Add new GLib 0.14 variant types for metadata types
authorColin Walters <walters@verbum.org>
Mon, 2 Aug 2021 18:41:22 +0000 (14:41 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
commit83c829eaad8a6642afd1c40556fa3465472a8b50
tree45c135302de41dab67ccc8120f2b234f80d69979
parent48e0d334b86d5c6f9dce123c65c1159cffc0917c
Add new GLib 0.14 variant types for metadata types

This way it's more convenient for downstream crates like ostree-rs-ext
to convert loaded variants.

TODO: Can we add a feature for the `gvariant` crate and expose via
that too?
rust-bindings/rust/src/core.rs [new file with mode: 0644]
rust-bindings/rust/src/lib.rs
rust-bindings/rust/tests/core/mod.rs [new file with mode: 0644]
rust-bindings/rust/tests/tests.rs